From a3ebca79ed54ed58e492f8a914018ff5c1c4c991 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 7 Jun 2005 15:48:18 +0000 Subject: [PATCH] Olaf corrects route 202 types. --- jeeps/gpsapp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeeps/gpsapp.c b/jeeps/gpsapp.c index 4e237a08b..464845753 100644 --- a/jeeps/gpsapp.c +++ b/jeeps/gpsapp.c @@ -3036,7 +3036,7 @@ static void GPS_D202_Get(GPS_PWay *way, UC *s) p=s; - (*way)->rte_prot = 201; + (*way)->rte_prot = 202; #if 0 /* D202 has only a null terminated string for rte_ident */ (*way)->rte_num = *p++; -- 2.30.2